object CheckOut: TCheckOut Left = 157 Top = 191 BorderStyle = bsDialog Caption = 'CheckOut' ClientHeight = 261 ClientWidth = 513 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object InfoL: TLabel Left = 8 Top = 8 Width = 489 Height = 17 AutoSize = False Caption = 'All files will be extracted to the specified folder, and a progr' + 'am group will be built.' WordWrap = True end object FolderL: TLabel Left = 8 Top = 32 Width = 49 Height = 13 AutoSize = False Caption = '&Folder:' FocusControl = FolderName end object Bevel1: TBevel Left = 7 Top = 224 Width = 491 Height = 33 Shape = bsTopLine end object GroupBox1: TGroupBox Left = 224 Top = 58 Width = 281 Height = 159 Caption = ' CheckOut Options ' TabOrder = 1 object GroupL: TLabel Left = 12 Top = 24 Width = 62 Height = 13 Caption = '&Group name:' FocusControl = GroupName end object MaximumL: TLabel Left = 12 Top = 52 Width = 75 Height = 13 Caption = '&Maximum icons:' FocusControl = MaxIcons end object DocOnly: TCheckBox Left = 8 Top = 80 Width = 268 Height = 18 Caption = 'C&reate icons for programs and docs only' Checked = True State = cbChecked TabOrder = 2 end object GroupName: TEdit Left = 104 Top = 21 Width = 121 Height = 21 TabOrder = 0 Text = 'GroupName' end object MaxIcons: TEdit Left = 104 Top = 48 Width = 65 Height = 21 TabOrder = 1 Text = '500' end object CheckBox1: TCheckBox Left = 8 Top = 104 Width = 265 Height = 18 Caption = '&Open group folder after CheckOut' Checked = True State = cbChecked TabOrder = 3 end end object FolderName: TEdit Left = 56 Top = 29 Width = 449 Height = 21 TabOrder = 0 Text = 'FolderName' end object OKButt: TButton Left = 260 Top = 232 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 2 OnClick = OKButtClick end object CancelButt: TButton Left = 342 Top = 232 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 4 OnClick = CancelButtClick end object HelpButt: TButton Left = 424 Top = 232 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtClick end object foldertree1: TVirtualExplorerTreeview Left = 8 Top = 60 Width = 209 Height = 157 Active = True ColumnDetails = cdUser DefaultNodeHeight = 17 DragHeight = 250 DragWidth = 150 FileSizeFormat = fsfExplorer FileSort = fsFileType Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'MS Shell Dlg 2' Header.Font.Style = [] Header.MainColumn = -1 Header.Options = [hoColumnResize, hoDrag] HintMode = hmHint ParentColor = False RootFolder = rfDesktop TabOrder = 5 TabStop = True TreeOptions.AutoOptions = [toAutoScroll] TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toToggleOnDblClick] TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines, toUseBlendedImages, toGhostedIfUnfocused] TreeOptions.SelectionOptions = [toSiblingSelectConstraint] TreeOptions.VETShellOptions = [toContextMenus] TreeOptions.VETSyncOptions = [toCollapseTargetFirst, toExpandTarget, toSelectTarget] TreeOptions.VETMiscOptions = [toBrowseExecuteFolder, toBrowseExecuteFolderShortcut, toChangeNotifierThread, toRemoveContextMenuShortCut] TreeOptions.VETImageOptions = [toImages, toThreadedImages, toMarkCutAndCopy] OnChange = aa Columns = <> end end